<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../font/bootstrap-icons.css");

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0px;
	padding: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0px;
	padding-bottom: 0px;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

* {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none !important;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	zoom: 1;
	clear: both;
}

.width-1000 {
	width: 1000px;
	margin: 0px auto;
}

.width-1100 {
	width: 1100px;
	margin: 0px auto;
}

.width-1200 {
	width: 1200px;
	margin: 0px auto;
}

.width-1300 {
	width: 1300px;
	margin: 0px auto;
}

.width-1420 {
	width: 1420px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0px auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.clear {
	clear: both;
}

/* 脙楼脗陇脗麓脙漏脝鈥櫭偮兟ッ偮好⑩偓垄脙漏脝鈥櫭偮兟ッ⑩偓娄脗卢脙楼芒鈧γ偮泵兟γ偮犆偮访兟ッ偮济偮� */

.logo {
	width: 20%;
}
.logo img {
	height: 100%;
	margin: 16px auto;
	display: block;
}


.navList {
	width: 70%;
}

.navList&gt;div {
	justify-content: space-around;
}

.head {
	box-shadow: 0 10px 20px rgba(0,0,0,0.55);
	position: fixed;
	width: 100%;
	z-index: 998;
	/* background: rgba(255, 255, 255, 0.2); */
}
.head&gt;.container{
	position: relative;
}
.navList dl dt a {
	font-weight: normal !important;
	position: relative;
	font-weight: bold;
	padding: 0 10px;
	color: #fff;
	display: block;
	line-height: 100px;
}

.banner {
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	/* background: rgba(0, 0, 0, 0.5); */
	align-items: center;
}
.b_con&gt;div {
    color: #fff;
}

.b_tit_en {
    font-family: BEBAS;
    font-size: 26px;
    line-height: 1.2!important;
    font-weight: normal;
    letter-spacing: 13px;
    text-shadow: 0px 1px 0px rgba(0,0,0,1);
}

.b_text1 {
    font-size: 86px;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 10px;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
}


.b_line {
    margin: 20px 0;
    width: 90px;
    margin-left: 0px;
    height: 6px;
    background: #f0d556;
	text-shadow: 0px 1px 0px rgba(0,0,0,1);
}

.b_con {
    margin-left: 50px;
}
.banner .b_con {
	-moz-animation: UpDown2 3s linear 3s infinite;
	-webkit-animation: UpDown2 3s linear 3s infinite;
	animation: UpDown2 3s linear 0s infinite;
	position: absolute;
	display: block;
	width: 75%;
	left: 50%;
	top: 40%;
	margin-left: -38% !important;
}
@keyframes UpDown2{
	0%{ transform:translateY(0); }
	50%{ transform:translateY(-20px); }
	300%{ transform:translateY(0); }
}
#head:before {
	background: #C80405;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

@media only screen and (max-width: 993px){
	.head{
		height: 50px;
	}
	.wapNav{
		top: 0;
	}
	.logo{
		height: 50px;
	}
	.logo img{
		margin: 0 !important;
	}
	
	
	.b_text1 {
	    font-size: 24px;
	}
	.Navigation p{
		text-align: left !important;
	}
	
	.b_line {
	    margin: 20px 0;
	    background: #f0d556;
		text-shadow: 0px 1px 0px rgba(0,0,0,1);
	}
	.b_text2{
		display: none;
	}
	.bannerVideo img{
		height: 400px !important;
	}
	
}




.navList dl {
	position: relative;
}
.navList dl dt a::before {
	left: 0;
	position: absolute;
	content: '';
	bottom: 0;
	height: 5px;
	z-index: -1;
	width: 0;
	/* 脙楼脜聽脗篓脙搂芒鈧澝偮幻兟γ⑩偓鈥澝偮睹兟┟⑩偓垄脗驴 */
	transition: 0.3s;
	/* 脙楼脗聫脣艙脙娄脗聧脗垄脙搂脜隆芒鈧久兟嗏€櫭呪€櫭兟γ⑩€灺⒚偮兟⑩偓掳脗虏脙炉脗录脜鈥櫭兟偮棵⑩€灺⒚兟┟⑩偓隆脜鈥櫭兟γ嬇撁偮兟偮好偮⒚兟⑩偓掳脗虏脙篓脝鈥櫭呪€櫭兟γ⑩€灺⒚偮兟⑩偓掳脗虏 */
	background-color: #e07823;
}

.navList dl dt a:hover:before {
	width: 100%;
}
.navList dl dt a:hover{
	color:  #e07823;
	font-weight: bold !important;
}

.navList dd a{
	    display: block;
	    color: #fff;
	    font-size: 15px;
	    font-weight: 400;
	    transition: all .5s ease;
	    padding: 10px 20px;
	    text-transform: capitalize;
}

.subNav {
    background: rgba(0,0,0,0.85);
    position: absolute;
}
.navList .subNav{
	/* padding: 15px 0; */
	background: rgba(0,0,0,0.85);
	width: 0px;
	position: absolute;
	overflow: hidden;
	transition: .3s;
}
.navList .subNav a{
	position: relative;
	width: 200px;
	display: block;
}
.navList dl:hover .subNav{
	width: 250px;
}


.navList dd a::before {
	left: 0;
	position: absolute;
	content: '';
	bottom: 0;
	height: 5px;
	z-index: 1;
	width: 0;
	/* 脙楼脜聽脗篓脙搂芒鈧澝偮幻兟γ⑩偓鈥澝偮睹兟┟⑩偓垄脗驴 */
	transition: 0.3s;
	/* 脙楼脗聫脣艙脙娄脗聧脗垄脙搂脜隆芒鈧久兟嗏€櫭呪€櫭兟γ⑩€灺⒚偮兟⑩偓掳脗虏脙炉脗录脜鈥櫭兟偮棵⑩€灺⒚兟┟⑩偓隆脜鈥櫭兟γ嬇撁偮兟偮好偮⒚兟⑩偓掳脗虏脙篓脝鈥櫭呪€櫭兟γ⑩€灺⒚偮兟⑩偓掳脗虏 */
	background-color: #e07823;
}

.navList dd a:hover:before {
	width: 100%;
}
.navList dl dd a:hover{
	color:  #e07823;
	font-weight: bold !important;
}


.head{
	transition: .3s;
}
.head.active {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background: #fff;
}

.head.active dt a {
    color: #000;
}




.head.active .wapNav i {
    color: #000;
}







/* 脙搂脗搂脗禄脙楼脜聽脗篓脙搂脗芦脗炉脙楼脗炉脗录脙篓脣鈥犆偮� */

.wapNav {
	font-size: 35px;
	position: fixed;
	top: 1%;
	right: 10%;
}
.wapNav i{
	color:#fff
}
.wapNavList {
    width: 55%;
    position: fixed;
    z-index: 999;
    left: -56%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.85);
	transition: .5s;
}
.wapNavListBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wapNavListBox dt {
    line-height: 50px;
}

.wapNavListBox dd a {
    margin: 0 25px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.wapNavListBox dt a {
    margin: 0 15px;
    display: block;
    padding: 5px 0;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.wapNavListBox dl {
    width: 100%;
}
.wapNavPhone {
    margin-top: 50px;
    padding-left: 25px;
}

.wapNavPhone p {
    font-weight: bold;
    color: #fff;
}

.wapNavPhone span a {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}
.wapNavList.active {
    left: 0;
}



/* 脙楼脗潞芒鈧⒚兟┟嗏€櫭偮� */

.foot{
	margin-top: 60px;
	background: rgba(51, 51, 51, 1)
}
.footNav&gt;div {
	justify-content: space-around;
}
.footHand.row {
    padding: 30px 0;
}

.footHand .text-right {
    color: #fff;
    font-size: 17px;
}

.footHand .text-right span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.footHand.row {
    border-bottom: 1px solid rgb(81 81 81);
    padding: 30px 0;
}

.footHand .text-right {
    color: #fff;
    font-size: 17px;
}

.footHand .text-right span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.footNav a {
    color: rgb(158,158,158);
}

.footCon p {
    color: rgb(158,158,158);
}

.footNavBox.row {
    padding-top: 30px;
}

.footNavBox.row dd a {
    font-size: 14px;
    display: block;
    line-height: 38px;
}

.footNavBox.row dt a {
    display: block;
    line-height: 38px;
}

.footNavBox.row {
    border-bottom: 1px solid rgb(81 81 81);
    padding-bottom: 30px;
}

.footBottom p {
    font-size: 14px;
    line-height: 50px;
    color: rgb(158,158,158);
}


/* 氓鈥βモ€β泵ぢ郝モ€溌伱ニ嗏€斆÷┞÷� */
.product .listImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
    background: #000;
}

.product .listBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 105px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}

.product .listTitle p {
	position:relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 14px;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}


.product .listTitle p::before {
    transition: .3s;
    background: #e07721;
    position: absolute;
    content:"";
    width:0;
    height:3px;
    left: 0;
    bottom: 0;
}
.product .list ul li:hover p::before {
	width:100%;
}

.product .listCenter p {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}
.product .moreText {
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
}


.product .listCenter {
    border-bottom: 1px solid #ddd;
}

.product .listImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    height: 100%;
    width: 100%;
}

.product ul li:hover img {
    transform: translate( -50%, -50%) scale(1.1);
	 opacity:.5
}

.product ul li:hover .listTitle p{
	font-weight: bold;
	color: #e07721;
}

.product .moreImg span {
	height: 38px;
	display: block;
	background: url(../images/more.png) 80%  50% no-repeat;
	transition: .5s;
}

.product ul li:hover .moreImg span{
	background: url(../images/more.png) 90%  50% no-repeat;
	
}

.product ul li {
	padding-top: 10px;
	padding-bottom: 10px;
    position: relative;
    margin: 10px 0;
	top: 10px;
	transition:.5s ;
}
.product ul li:hover{
	top:-10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.55);
}
.product{
	padding: 30px 0;
}

/* 氓藛鈥犆┞÷� */

.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #000000;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff !important;
	background-color: #e07721;
	border-color: #e07721;
}
.page-num-current:hover {
	color: #fff;
}
a.page-item:hover {
    background: #e07721;
    color: #fff;
}

a.page-num:hover {
    color: #e07721;
}
.pagination a{
	font-size:12px;
}</pre></body></html>